jojocash / Profile
Friends
6
Requests
Outgoing
jojocash
Added topic BROKER GMT+2
Which broker's Time zone was GMT+2?Like MT5 Demo account . Thank you
jojocash
Added topic History Profit in MQL5 ?
How can I get History Profit in MQL5 ? This is MT4 code... Have any example ? Thank you. double Profit() { double pp; for ( int i= OrdersHistoryTotal ()- 1 ; i>= 0 ; i--) {
jojocash
Added topic Forex strategy e-magazine
Have any talk about Forex strategy e-magazine that can recommend me ? I live Asia, and very few that information here. Thank you
jojocash
Added topic MT5 backtesting spread
Hello, How can I set fixed spreads in MT5 backtesting ? It's always floating? Thank you
jojocash
Added topic Can I draw trailing stop line in MT5 EA?
If I buy this bar, and setting stop at low-20 point. Can I draw the line as trailing stop line in MT5 EA ? When the low higher that move trailing stop line. Have any example for this case can let me study? Thank you. Like this
jojocash
Added topic Open & Close button
Can I work Open & Close button EA in Strategy Tester Visualization ? Please help me use Open & Close button in in Strategy Tester Visualization. Thank you
jojocash
Added topic HELP ME mt4 to mt5
I use MT4 this code was work well, but it can't work on MT5. Please teach me. Thank you. I just get MagicNumber. int MN() { int Maggic; for ( int i= 0 ;i< OrdersTotal ();i++)
jojocash
Added topic Please help me to fix this code
Hi, I want to get High & Low,like London Breakout strategy. But when MT4 up to Build 600, my code can't run. How can I fix it, Please help me, thx int startN1,endN1,i; extern int startN= 7 ,endN= 8 ; i=
: