• 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 :)

Suggestion I will make a Free EA with your Indicator

Tanaka it would be possible for you to make a martingale that is only fired in the graph when I have already opened for example 0.5 (lot buy) when this requisitor is fulfilled the robot is activated automatically and makes an OPPOSITE martingale with the pre-established configurations. IT'S POSSIBLE?
Sorry I don't get it.
Please more details.
 
Kris, you want only one order copy? What do you mean? Max order?
For example, you have
View attachment 90241
USDCAD BUY 0.02 , this was changed from buystop?
Sorry can you tell me more detail what the problem is?

hi bro tanaka, thanks for the reply.
the problem here is the EA mother Copy pending..

the EA Mother Copy pending must copy only if there is no existing pending order.. if there is an existing copied pending order and the EA trigger gives a new pending order to copy again then the previous one must be closed before copying again the new one..
Then if the Ea Mother Copy pending has executed order then it must not copy anymore until it is closed by TP/SL

this is to avoid multiple order
 
hi bro tanaka, thanks for the reply.
the problem here is the EA mother Copy pending..

the EA Mother Copy pending must copy only if there is no existing pending order.. if there is an existing copied pending order and the EA trigger gives a new pending order to copy again then the previous one must be closed before copying again the new one..
Then if the Ea Mother Copy pending has executed order then it must not copy anymore until it is closed by TP/SL

this is to avoid multiple order
So, can I add Max Order for pending order?
For example if you MaxOrderPending =1, then you will always have only one pending copy.
 
OK, this SELL=3 means SELL stop changed to SELL order.
That is why.
Normal order is always one order only.

View attachment 90248

I want the when total number = Max_Grid multiply by MaxBuy_order (or MaxSell_Order) then close all pending orders.
This means that when using Grid Style, it will open limited Signal orders = MaxBuy_Order or MaxSell_Order
When total orders reached = Max_Grid multiplied by MaxBuy_Order or MaxSell_Order, it will delete all pending orders.

For example:
Max_Grid = 7
MaxBuy_Order = 2
Then Max Order opening on time = 7 * 2 = 14 orders
Or:
Max_Grid = 7
MaxBuy_Order = 1
Then Max Order Opening on time = 7*1 = 7
 
Example: a moving average of 200,
When average down the AI changes altomatically (SELL ONLY)
When moving average up changes automatically (BUY ONLY)
you see??? I do it manually today but, I'm afraid of sleeping.
I can try. Tell me more.
1. Which EA can I add EMA filter?
2. Please decide specific logic for moving average up/dn.
For example, compare close price between previous and current candle and if EMA average > previous average = up etc....
 
I want the when total number = Max_Grid multiply by MaxBuy_order (or MaxSell_Order) then close all pending orders.
This means that when using Grid Style, it will open limited Signal orders = MaxBuy_Order or MaxSell_Order
When total orders reached = Max_Grid multiplied by MaxBuy_Order or MaxSell_Order, it will delete all pending orders.

For example:
Max_Grid = 7
MaxBuy_Order = 2
Then Max Order opening on time = 7 * 2 = 14 orders
Or:
Max_Grid = 7
MaxBuy_Order = 1
Then Max Order Opening on time = 7*1 = 7
I see.
Max_Grid = 7
MaxBuy_Order = 2
total 14 order.

But if you put max order =5, then
You will have 1 buy order with 4 grid order , so total 5 orders?
 
Tanaka San, I was asking if you have made any moving average cross ea for any member so you can modify it as per my request or if you can make new EA as per my request if you have not made any moving average cross EA in the past. :)
Oh, maybe I may have coded before .... But my library there are so many EA...
Can someone tell me if anyone requested me to code EMA cross EA before?
 
I see.
Max_Grid = 7
MaxBuy_Order = 2
total 14 order.

But if you put max order =5, then
You will have 1 buy order with 4 grid order , so total 5 orders?
If I put MaxOrder = 5 means it can open up to 5 normal orders if there is a signal
The number of orders at that time could be 5 normal orders + 35 limited orders + 35 stop orders orders (but I never used that, I only use Max Orders> 2 when I use Single strategy ). When opening orders = 5 * 7 = 35 orders, it will delete all pending orders.

Simple example with Max_Grid = 7
MaxBuy_Order = 1


upload_2019-7-1_13-17-20.png
 

Attachments

  • upload_2019-7-1_13-12-55.png
    upload_2019-7-1_13-12-55.png
    29.7 KB · Views: 64
  • upload_2019-7-1_13-14-35.png
    upload_2019-7-1_13-14-35.png
    31.4 KB · Views: 60
  • upload_2019-7-1_13-15-58.png
    upload_2019-7-1_13-15-58.png
    30.2 KB · Views: 59
  • upload_2019-7-1_13-17-20.png
    upload_2019-7-1_13-17-20.png
    30.2 KB · Views: 793
I can try. Tell me more.
1. Which EA can I add EMA filter?
2. Please decide specific logic for moving average up/dn.
For example, compare close price between previous and current candle and if EMA average > previous average = up etc....


TANAKA,
the idea is: The TRADE (ONLY BUY \ ONLY SELL) option is changed altomatically by the indicator ...
The EA continues as is, changes only this INDICATOR (adjustable or not). in the INDICATOR signal the option is changed.
 

Attachments

No, Sir tanaka akiko . I love the EA with the Real Graal indicator. Does it mean that Real Graal Only BUYS?
This EA use Real Graal indicator to close order.
If you have buy order , it will closed with Real Graal indicator SELL signal.
If you have sell order , it will closed with Real Graal indicator BUY signal.
So if you want to use opposite signal close, I can remove Real Graal indicator and just close with original indicaotor signal.
 
Back
Top