• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA SyTLAS EA / Multi-currencies MT5 EA

Sharing a few results with Sytlas V 1.7

Account: ROBOFOREX MT5 CENT - Netting Mode - Leverage 1:2000
Initial Balance: USC 1.500,00 (equal to USD 15,00)
Date of Initiation: JULY 1st, 2019

Total Net Profit : USC 506.47

Current Floating P/L: USC -92.75

2019-07-13_015244.jpg
 

Attachments

  • 2019-07-13_015244.jpg
    2019-07-13_015244.jpg
    189.3 KB · Views: 576
Last edited:
Useless ? Think again...

Code:
if(Time_Cached[p] != iTime(sym,_Period,1))
      {
      Time_Cached[p] = iTime(sym,_Period,1);
      //Print("Calculating MA Soup...");
      sum=0;
      for(i=1; i<=100; i++)
         {
         handle_temp = iMA(sym,0,i,0,MODE_SMA,PRICE_CLOSE);
         if(CopyBuffer(handle_temp,0,0,2,temp)<=0)
            {
            Print("Error copying MA buffer - i:", string(i), ". Symbol: ", sym, ". Finding alternative...");
            IndicatorRelease(handle_temp);
            return;
            }
         bid = SymbolInfoDouble(sym,SYMBOL_BID);
         ma_value = bid - temp[1];
         sum += ma_value;
         IndicatorRelease(handle_temp);
         }
     
      MA_av[p] = sum/100;
 
hi hal
Sharing a few results with Sytlas V 1.7

Account: ROBOFOREX MT5 CENT - Netting Mode - Leverage 1:2000
Initial Balance: USC 1.500,00 (equal to USD 15,00)
Date of Initiation: JULY 1st, 2019

Total Net Profit : USC 506.47

Current Floating P/L: USC -92.75

View attachment 91291

Thanks Hal,

looks good, i read all the pages and need about 1hrs to get here lol

could u please, pm me the inv pasword, just wana look it from close

very appreciate ur real test perform results posted... :ok::ok::ok::ok::)
 
hi hal


Thanks Hal,

looks good, i read all the pages and need about 1hrs to get here lol

could u please, pm me the inv pasword, just wana look it from close

very appreciate ur real test perform results posted... :ok::ok::ok::ok::)


Congratulations BraveNine for your intelligent effort of reading all the thread.
I can assure you that through the thread's pages there many useful hints and all the necessary information to configure and run Sytlas in order to achive impressive results.
At this moment, I am out of my town without access to my main computer. After coming back home, I will evaluate the possibility of posing updated Forward Tests Results.
Meanwhile, I am sure that many of the 192 guys (until this moment...) that have downloaded the Sytlas 1.7, will gently come to this thread and also share their results. :)
 
Congratulations BraveNine for your intelligent effort of reading all the thread.
I can assure you that through the thread's pages there many useful hints and all the necessary information to configure and run Sytlas in order to achive impressive results.
At this moment, I am out of my town without access to my main computer. After coming back home, I will evaluate the possibility of posing updated Forward Tests Results.
Meanwhile, I am sure that many of the 192 guys (until this moment...) that have downloaded the Sytlas 1.7, will gently come to this thread and also share their results. :)
Where I can download it?
 
Back
Top