How to build a robot trade following the Oscar Strategy
-
First order ( manual) 1 unit bet : you lose
The second (robot) 1 unit bet: you lose
The third ( robot) 1 unit bet : you lose
The fourth ( robot) 1 unit bet: you win
The fifth ( robot) 2 unit bet : you win
The sixth ( robot) 1 unit bet : you win
Get 1 unit profit.
Stop trading for waiting for the next manual order.
Everything time lose keep 1 unit bet and every time win create 1 more unit bet until get 1 unit profit. -
@vietanh Do you have any initial project to begin with?
-
@l-andorrà
This is my idea for my own trading strategy. I used this for playing blackjack and it’s really helpful. I won a lot of money. Now I want to experiment on forex trading but I don’t know how to build it. I Watched the robot which you build based on Martigale Strategy on YouTube. I think you got an excellent skill and technique on using fxdreema. Can you help me to build it or make a clip posted on YouTube channel. Thank you! -
@vietanh Technically it should not be difficult to do, but I don't fully understand the strategy itself. How can you be sure that the 4th, 5th and 6th trades will be successful?
-
@l-andorrà it’s a very good question. My bot idea is not completely Automatically. It supports me to trade. If trend is not moving on my hope. I will turn it off or it automatically stop when finish the 10th order.
-
@vietanh But then how is the EA supposed to know when to stop if it is not completely automatic?
-
@vietanh Maybe this can help you. !!

-
@l-andorrà Hi my friend.
This is a brief explanation of the strategy that @vietanh wants. -
@l-andorrà Căn you help me the structure that the first trade is mine? Is it “ on trade” ?
-
@vietanh Sure. Can you please share your project?
-
@l-andorrà
Thank you for answering all my questions. As you all know trend is friend and most of candles have got tails. So I need to build a robot support me to trade. Even when I make a mistake I hope the candles will create tails that mean the robot bot with Martingale or Oscar Strategy will take a chance to win at the end of all orders. -
@citiadvisor thank you!
-
@vietanh You're welcome.
-
@l-andorrà
I have done a robot but it continues trade at the candle which is satisfying the conditions. I want it stop trade at this candle when it takes profit.
My current robot structure like this:
Notrade- conditions - buy now
- sell now
To resolve this problem Will I make it again like this:
Notrade-once per bar- conditions - buy now
- sell now
Thanks!