- Search Crypto Craft
-
lghr replied Feb 15, 2017Great job ! what setting ?
CCFp weekly signals (set and forget basket trading)
-
lghr replied Feb 13, 2017Most of PZ_ indicator is can't be called correctly, There are many bugs.
I will code your EAs and Indicators for no charge
-
lghr replied Feb 11, 2017except lots, you should say direction clearly. test.
I will code your EAs and Indicators for no charge
-
lghr replied Feb 8, 2017Trade_Level = 1, H4 and H1, GMT 05:00, ok.
CCFp weekly signals (set and forget basket trading)
-
lghr replied Feb 7, 2017I see, thank you reply. GMT Time 05:00.
CCFp weekly signals (set and forget basket trading)
-
lghr replied Feb 7, 2017H, TGS! Great job! 0700 GMT+2 = 07:00 (i.e. GMT 2 + 5 ?) or 07:00 + 2 = 09:00 ? Do you use H4 + H1 ? Thanks!
CCFp weekly signals (set and forget basket trading)
-
lghr replied Feb 6, 2017delete line 111 : #property show_inputs
I will code your EAs and Indicators for no charge
-
lghr replied Jan 29, 2017Very promising system and great work! Thank you friend!.
CCFp weekly signals (set and forget basket trading)
-
lghr replied Jan 29, 2017wonderful, the strategy!
I have a profitable trading strategy. Should I quit my job?
-
lghr replied Jan 25, 2017Hi, ollyfx! Thanks sharing. subscribe.
SuperTrend most profitable forex Ind $50-$2000 in two Month
-
lghr replied Jan 25, 2017extern int MagicNumber = 777; extern double Lotti = 1; extern double TrailingStop = 500; //---- Step 1: Define constants in your EA #define OP_BUY_WW 2 #define OP_SELL_WW 3 //---- Step 2: Read value from data buffer int start() { // Read value from ...
I will code your EAs and Indicators for no charge
-
lghr replied Jan 24, 2017if(Ticket>0) { int type=-1;double opc=100000; if(OrderSelect(Ticket,SELECT_BY_TICKET)) { type =OrderType(); opc =OrderOpenPrice(); } double v0=0,v1=0,v2=0; for(int z = 0; z <= Bars; z++) { double ZZ = iCustom(NULL, 0, "ZigZag", 5, 5, 3, 0, z); ...
I will code your EAs and Indicators for no charge
-
lghr replied Jan 22, 2017use for() to get z3 and z4.
I will code your EAs and Indicators for no charge
-
lghr replied Jan 22, 2017first get the name of line . if the name is dynamic, use this: for(int i=0; i<ObjectsTotal(); i++) { string xxx= ObjectName(i); if(ObjectType(xxx)!=OBJ_HLINE) continue; double value =ObjectGet(xxx,OBJPROP_PRICE1); }
I will code your EAs and Indicators for no charge