Forex Zone - Forex Forum

Please help me code a basic 60-second strategy

Discussion started on New EA Coding

  • Starter
  • Posts: 5
  • Points: 0
  • Likes Received: 0
  • Reputation: +0/-0
Hi guys, new to this forum. I have a very simple strategy for binary options that I wish to be coded so I can do back-testing and automatic trading. So far, by trading this strategy manually, I get around 30 wins in an hour. It is a very simple usage of parabolic SAR and martingale (2.25x) system. Hope you could help me. Thanks in advance!

Linkback: https://www.forex.zone/new-ea-coding/26/please-help-me-code-a-basic-60-second-strategy/75/
#1 - June 28, 2018, 12:35:48 PM

Administrator
  • Hero Member
  • Posts: 4731
  • Points: 34628
  • Likes Received: 4838
  • Reputation: +220/-14
Please explain exactly what you want so someone can review the details and possibly code this.
#2 - June 28, 2018, 12:37:56 PM

  • Starter
  • Posts: 5
  • Points: 0
  • Likes Received: 0
  • Reputation: +0/-0
Please explain exactly what you want so someone can review the details and possibly code this.


Okay here's how it goes:


1. Following standard rule for parabolic SAR, when the "dot" is below the previous 1-min candle bar, it would be an automatic CALL, otherwise it would be PUT. It should strictly follow this rule.


2. Starting trade amount would be $5 (much better if there is an option to change the amount).


3. If it's a WIN, trade again with $5.


4. If it's a loss, trade with the amount of $12 (multiplier of 2.25 rounded up)


5. If two consecutive losses, trade with the amount of $26 (same procedure as above)


6. Repeat same procedure as long as losses are consecutive ($5, 12, 26, 57, 129, 289, 649 ... )


7. If finally we get a win after the losses, go back to step 2.




So basically, it is round the clock trading using parabolic sar and martingale. Thanks in advance guys!
#3 - June 28, 2018, 01:08:05 PM

Members:

0 Members and 1 Guest are viewing this topic.