• 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 EA_Garago - I - Pitagora

In backtesting, it does not include the grid coverage when it is activated.
Please correct me if I'm wrong.
View attachment 155801
Thanks.

It is not grid.
if you use order distance , then you need to increase max positions and this function is used to add more orders but it needs signal as a trigger.
If you want to use Grid without signal (every xxxx pips ) , then you can use UseGrid=true.
 
It is not grid.
if you use order distance , then you need to increase max positions and this function is used to add more orders but it needs signal as a trigger.
If you want to use Grid without signal (every xxxx pips ) , then you can use UseGrid=true.

Hello Master Tanaka,

Hope you are monitoring the Performance of the EA in the account currently.
These are the Setfiles I am using currently. Fixed 30 PIP new order open for Forex/XAG and 300 PIP new order open for XAUUSD and margintale function 2.0 and max margin tale orders 5. When a Trade is in Loss the EA opens a new position every fixed 30 pips. I want that when the first Trade is in Loss then EA opens new hedging position not on fixed pips but when the EA get Signal in same direction as first order it might be after 10 pips or 30 pips or 50 pips or 100 pips. How can I do it, kindly help to fix it. Then I will update the new EA with the required settings. Currently the old Garago EA is running and once I get the new settings from you then I will update and run the Garago EA with Stochastic filter.

Set files Attached please look into it and guide accordingly
 

Attachments

Hi Mr Tanaka, i found the indicator and i would like to know if it's possible to code an EA with them.
With possibility to follow the trend
for exemple when zz[1] = + 50 and zz[2] = - 50 = Buy Signal and Sell Signal is when zz[1] = -50 and zz[2] = 50.
Follow the First order at X step if nest zz [ n +1 ] = zz[n]


Possibility to close Buy Orders when sell signal is ok and reverse.
etc...
li
 

Attachments

So far, I like this EA. After one month of testing with a starting lot size of .01, the linear grid reached a maximum of .04 lots. The account is running with 18 pairs.

upload_2024-2-29_17-58-19.jpeg
 

Attachments

  • upload_2024-2-29_17-58-19.jpeg
    upload_2024-2-29_17-58-19.jpeg
    84.4 KB · Views: 497
Hi Mr Tanaka, i found the indicator and i would like to know if it's possible to code an EA with them.
With possibility to follow the trend
for exemple when zz[1] = + 50 and zz[2] = - 50 = Buy Signal and Sell Signal is when zz[1] = -50 and zz[2] = 50.
Follow the First order at X step if nest zz [ n +1 ] = zz[n]


Possibility to close Buy Orders when sell signal is ok and reverse.
etc...
li


Nice!

upload_2024-3-3_0-41-16.png
 

Attachments

Hi Mr Tanaka, i found the indicator and i would like to know if it's possible to code an EA with them.
With possibility to follow the trend
for exemple when zz[1] = + 50 and zz[2] = - 50 = Buy Signal and Sell Signal is when zz[1] = -50 and zz[2] = 50.
Follow the First order at X step if nest zz [ n +1 ] = zz[n]


Possibility to close Buy Orders when sell signal is ok and reverse.
etc...
li
Thanks for sharing. is this indicator repainted?
 
With GOLD S
Hello Master Tanaka,

Hope you are monitoring the Performance of the EA in the account currently.
These are the Setfiles I am using currently. Fixed 30 PIP new order open for Forex/XAG and 300 PIP new order open for XAUUSD and margintale function 2.0 and max margin tale orders 5. When a Trade is in Loss the EA opens a new position every fixed 30 pips. I want that when the first Trade is in Loss then EA opens new hedging position not on fixed pips but when the EA get Signal in same direction as first order it might be after 10 pips or 30 pips or 50 pips or 100 pips. How can I do it, kindly help to fix it. Then I will update the new EA with the required settings. Currently the old Garago EA is running and once I get the new settings from you then I will update and run the Garago EA with Stochastic filter.

Set files Attached please look into it and guide accordingly
With GOLD Set BT is not taking any trade? Any missing parameter?
 
Back
Top