Trade Stages - The Trade Path

Gieno  Trade Stages - The Trade Path

STARTS OFF “greed orientated.”

Loses because:
1 Market problems

  • Not a zero sum game, a “very negative” sum game
  • Market psychology – doing the wrong thing at the wrong time
  • The majority is always wrong
  • Market exists on chaos and confusion
2 Own problems
  • Overtrading
  • No knowledgec No discipline
  • No protection against market psychology
  • Random action through uncertainty, broker’s advice for example
  • Market views.
RESULT: the “greed orientated” trader gets a good kicking and becomes “fear orientated.”

Loses because:
1 Market problems as above
2 Scared money never wins
3 Own problems
  • Still overtrading – derivatives
  • Fear brings on what it fears
  • Tries to cut losses too tight creating more losses
  • Still no real understanding of what it takes.
RESULT: Traders who persevere “travel through the tunnel” and becomes “risk orientated.”

This is when they start to make money because they:
1 Develop a methodology which give them an edge
2 Use an effective Money Management system
3 Develop the discipline to follow their methodology
4 Erase “harmful” personality traits

 

转载于:https://www.cnblogs.com/gieno/archive/2009/10/28/1591294.html

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/496178.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

win10、oneplus7pro 使用 Kali

1、Windows 10 使用 Kali Linux子系统 微软为 Windows Subsystem for Linux (WSL) 带来了著名的 Kali Linux ,无虚拟机,无Docker实现Windows 和 Kali Linux 交互。 window 开启 wsl 功能: 1.打开控制面板( winR,输入…

Effective Java~9. try-with-resource 优先于 try-catch

try-finally 语句是保证资源正确关闭的最佳方式,但是当添加多个资源时,情况会变糟 // try-finally is ugly when used with more than one resource! static void copy(String src, String dst) throws IOException {InputStream in new FileInputStre…

linux安装汉语输入法,在linux中安装google拼音输入法

载自: 并修改了一些内容installhow to build and install scim-googlepinyin* Introduction* grab the source* build depends* runtime depends* build and installIntroductionThis document is intended to help you to build and install scim-googlepinyin fro…

干货|十大产业方向深度解析!《2020科技产业趋势报告》

来源:机器人大讲堂报告下载:https://pan.baidu.com/s/1BKf2rINXx0CVLhgokfYrgQ未来智能实验室是人工智能学家与科学院相关机构联合成立的人工智能,互联网和脑科学交叉研究机构。未来智能实验室的主要工作包括:建立AI智能系统智商评…

交互式数据包处理程序 Scapy 用法

From:https://www.cnblogs.com/hongxueyong/p/5641475.html Scapy 用法官方文档:http://scapy.readthedocs.io/en/latest/#starting-scapyAbout ScapyScapy is a Python program that enables the user to send, sniff and dissect and forge network pa…

top、postop、scrolltop、scrollHeight、offsetHeight

网页可见区域宽:document.body.clientWidth; 网页可见区域高:document.body.clientHeight; 网页可见区域高:document.body.offsetWeight: 网页可见区域高:document.body.offsetHeight; 网页正文全文宽:documen…

Effective Java~34. 用enum 代替 int 常量

在将枚举类型添加到该语言之前,表示枚举类型的常见模式是声明一组名为 int 的常量,每个类型的成员都有一个常量: // The int enum pattern - severely deficient! public static final int APPLE_FUJI 0; public static final int APPLE_…

linux 计算集群搭建,使用centos构建服务器计算集群

yum源的搭建排除列表#新建文件[rootcentos-test ~]# vim /usr/local/local_mirror/exclude.list#填入内容SRPMSaarch64ppc64ppc64ledebugrepodataEFILiveOSimagesisolinuxCentOS_BuildTagEULAGPLRPM-GPG-KEY-CentOS-7RPM-GPG-KEY-CentOS-Testing-7drpmsshell同步脚本#建立文件[…

展望2021年:智能机器人可监督工业机器人干活,效率提升30%

来源:极客网会帮我们吸地板、在公共场所担任导引员或是拆除炸弹的机器人呢可能感觉比较有趣,但那些负责组装汽车以及在工厂生产在线帮忙拾取物品的机器人,在整体价值上要高得多,而且也有越来越多的工/商业或消费性应用产品是由这种…

ASP。NET的设计思想

自从有了html与http,就有了浏览器与Web服务器,并有了Web应用,最初的交互模式是这样的: 该模式很好地运行了很多年。然而,随着计算机应用的发展,人们越来越不满足于只有静态内容的页面,而由某种机…

Kali linux 渗透测试技术之搭建WordPress Turnkey Linux及检测WordPress 应用程序漏洞

From:https://bbs.ichunqiu.com/thread-15716-1-1.html 怎样用 WPScan,Nmap 和 Nikto 扫描和检查一个 WordPress 站点的安全性:https://www.cnblogs.com/chayidiansec/p/7989274.html 为了收集用于测试的应用程序, Turnkey Linux…

AI芯片格局分布

来源:中国科学院自动化研究所 作者: 吴军宁如果说2016年3月份AlphaGo与李世石的那场人机大战只在科技界和围棋界产生较大影响的话,那么2017年5月其与排名第一的世界围棋冠军柯洁的对战则将人工智能技术推向了公众视野。阿尔法狗(…

linux screen -ls,Linux screen命令详解

Linux下screen主要是管理程序的,用screen管理的进程可以在用户断开连接的时候保持程序继续在服务器上运行。第一步:首先肯定是登录到linux服务器上。敲入screen -ls 命令可以看到服务器上已有的screen。用screen -S(s的大写)screen名称可以创建一个scree…

自动处理可载入模块命令 modprobe

From:https://blog.csdn.net/good5101/article/details/39472291 linux内核模块相关命令:lsmod,depmod,modprobe,modinfo,insmod,rmmod 使用说明https://www.cnblogs.com/jacklikedogs/p/4659249.html Linux下加载.ko驱动模块的两种方法:insm…

Effective Java~35. 用实例域代替序数

许多枚举通常与单个 int 值关联。所有枚举都有一个 ordinal 方法,它返回每个枚举常量类型的数值位置。你可能想从序数中派生一个关联的 int 值: // Abuse of ordinal to derive an associated value - DONT DO THIS public enum Ensemble {SOLO, DUET, …

史上最牛房屋中介

“没钱就不要学人家买房。” “你不要跟他解释,你跟他说也没用。” “你买的房子在哪我也知道,你有老人孩子,你总有不在家的时候吧?”这是我和老婆买房的亲身经历,上海汉居房地产中介老板的雷人语录。1. 看完房子后到中…

科学互驳:大脑细胞活到老,长到老?

来源:中国生物技术网 作者:格格科学家发现,人脑中与学习、记忆和情感相关的区域在成年后依然会持续产生新的神经元。这与过去的理论恰恰相反,即青春期之后大脑停止产生新的神经元。这项发现有助于我们开发治疗神经系统疾病的新方…

linux非阻塞通话编程,linux 非阻塞式socket编程求助。。

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼一下客户端:#include#include#include#include#include#include#include#include#include#include#include#define MAXDATASIZE 256#define SERVPORT 4444#define STDIN 0int main(void){int sockfd;int recvbytes;char…

Linux 环境变量配置

From:https://www.linuxidc.com/Linux/2015-08/121192.htm .bash_profile和.bashrc的区别(如何设置生效):https://www.cnblogs.com/persist/p/5197561.html Linux中环境变量包括系统级和用户级,系统级的环境变量是每个登录到系统的用户都要读…

Effective Java~36. 用EnumSet 代替位域

如果枚举类型的元素主要用于集合中,一般来说使用 int 枚举模式(条目 34),下面将 2 的不同倍数赋值给每个常量: // Bit field enumeration constants - OBSOLETE! public class Text {public static final int STYLE_B…