LEE Chun Wing / Profile
- Information
|
13+ years
experience
|
0
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Female
the Author of steady_growth EA
LEE Chun Wing
Added topic how to change long --> datetime ?
how to change long --> datetime ? PositionSelect (break_bar.symbol); /*而家 一個SYMBOL 只可用一個” 利用OPEN_TIME既策略”, 除非 用FILEWRITE 左新個OPEN_TIME*/ open_time = PositionGetInteger ( POSITION_TIME ); the long is open_time, i want to print it out to
LEE Chun Wing
Added topic need an example of Print() to print out an datetime array, thanks
need an example of Print() to print out an datetime array, thanks datetime time[50],time2[50]; Print(" time2[i]= %9d", time2[i] ); Print(" time2[i+1]= %9d", time2[i+1] ); i use
LEE Chun Wing
Added topic share the method of creating class, member
that is a revision of me to how to creating class : class CTrade { protected : MqlTradeRequest m_request; // request data MqlTradeResult
LEE Chun Wing
Added topic MQL5 --> borland's VCL or Microsoft MFC style?
may i know Mql5 class is like which style? borland's VCL , Microsoft MFC style or Microsoft ATL? thanks
LEE Chun Wing
Added topic how to call ctrade??
'CTrade' - import is not defined USDCHF_break_x_bar_Low.mq5 66 32 my code: #include <Trade\Trade.mqh> int check_Exit() { position_bar_name = define_Pos_bar_name(); if (position_bar_name >= 2)
LEE Chun Wing
Added topic can i write like this ?
struct slow_strategy {string symbol = {" USDCHF "} }; can i write like this ? that is the first time i use data struct thanks
LEE Chun Wing
Added topic inconvenient for the "combine Positions" function of MT5
actually the "combine Positions" function of MT5 make coder trouble, because if you using 2 strategy on a single symbol, and the exit condition is base on the position open time , it would be trouble, if you have 2 orderSend record
LEE Chun Wing
Added topic will ATC 2010 stop by zero divide
PG 2 my_EA_single_symbol (EURUSD,M30) 23:55:09 2010.07.05 20:24:18 Zero divide in my_EA_single_symbol.mq5' (167,30) NE 2 Tester 23:55:09 OnTick critical error
LEE Chun Wing
Added topic not convenient for delete the .log file
in mt4 , the "clear" function in tester journal tab --> will competely remove the .log file but in mt5 it will not , it cause us inconvenient to clear the tester .log file , we need to close and restart terminal i hope
LEE Chun Wing
Added topic big file size in tester\agent
J:\MetaTrader 5\tester\Agent-127.0.0.1-3000\logs there a .log file and it's size up to 234mb , what does it record, what will happen if i delete it ? thanks
LEE Chun Wing
Added topic how to get 7 minutes chart ?
how to get 7 minutes chart ? thanks mql4 --> period converter, but mql5 , there are none??
LEE Chun Wing
Added topic how to use withdraw at tester?
how to use withdraw function at tester? thanks
LEE Chun Wing
Added topic why only visual mode able on real trade, but not tester also
in the teriminal help file(f1) --> User Interface / Toolbox / History it say :" The history of deals can be displayed on a chart by dragging one of deals to it using the left mouse button (Drag'n'Drop). After that all the deals by the
LEE Chun Wing
Added topic hard to debug when no object show on the chart
i am debugging my program, but no object show on the chart , not easy to debug ~ ~ hope developer can publish the visual mode as soon as possible if developer is busy , hope u can publish the visual mode with no SL, TP , pending order
LEE Chun Wing
Added topic how to del a file's content ?
I need to write a csv file , but i must clear the content which run last time i have find the handbook of mql5, --> but i just can find FileDelete, not suitable~~ how to achieve it ? thanks
LEE Chun Wing
Added topic how to use old_pos ?
i can see "old_pos" in MetaEditior prompt when i type old how to use old_pos? thanks
LEE Chun Wing
Added topic no one of the overloads can be applied to the function call??
in mql4, i can use iTime[1] to get bar[1] opentime , in mql5 , i use below sentence CopyTime(Symbol(),PERIOD_CURRENT,1,1,from); but i get compile error: no one of the overloads can be applied to the function
LEE Chun Wing
Added topic when will visualization mode be release?
may i know when will visualization mode be release? it's important , thanks
LEE Chun Wing
Added topic what is the differnece between position and order?
what is the differnece between position and order? i would like to have an example of how to get OrderOpenTime of an opened order e.g. EURUSD .OpenTime() thanks
LEE Chun Wing
Added topic can I join ATC2010 by trading gold?
can I join ATC2010 by trading gold ? thanks very much
: