Ye Zhu / Profil
Trend Trading.Follow thirty symbols which include forex,commodity,stock index,bond,encrypted currency.MT5 version here . the EA open position when break period(global_break_period) attach.the close stop set at price add or minus atr(global_atr_period)*global_loss_close.the immediate stop set at price add or minus atr(global_atr_period)*global_loss_ime. also see the EA to calculate minimum cash need for run trend trading. The output log of EA: 1. Dir:1 ImeStopPrice:123.45678
Trend Trading.Follow thirty symbols which include forex,commodity,stock index,bond,encrypted currency.MT4 version here . the EA open position when break period(global_break_period) attach.the close stop set at price add or minus atr(global_atr_period)*global_loss_close.the immediate stop set at price add or minus atr(global_atr_period)*global_loss_ime. also see the EA to calculate minimum cash need for run trend trading. The output log of EA: 1. Dir:1 ImeStopPrice:123.45678
Trend trading requires a certain capital threshold, and this EA is used to test the minimum capital required to run trend trading.MT5 version here . how to calculate: for example,the total cash is TC,the current price is A,we buy minimum vol V,the fluctuation is ATR(global_atr_period)*global_loss_imebut = F,and the price go down after we buy,now is A-F,now the loss is TC*global_risk.the TC is what we want to calculate. Why do we need capital testing? Any trading system has
Trend trading requires a certain capital threshold, and this EA is used to test the minimum capital required to run trend trading.MT4 version here . how to calculate: for example,the total cash is TC,the current price is A,we buy minimum vol V,the fluctuation is ATR(global_atr_period)*global_loss_imebut = F,and the price go down after we buy,now is A-F,now the loss is TC*global_risk.the TC is what we want to calculate. Why do we need capital testing? Any trading system has