Experts: Nova

 

Nova:

The Expert Advisor checks the direction in which the price has been moving for the last 10 seconds, and opens a position in accordance with the movement. The EA sets Stop Loss and Take Profit.

Author: Vladimir Karputov

 
This concept sound good, will test it out and give you feedback
 
MrMoneyMagnet:
This concept sound good, will test it out and give you feedback

feedback?

 
Good day! Is it possible to modify this Expert Advisor so that it would work postictically (with milliseconds) ?
 
issah5:
Good afternoon! Can this Expert Advisor be modified to work on a tick-by-tick basis (with milliseconds)?

It works on every tick as it is.

 
Vladimir Karputov:

And it works on every tick as it is.

I must have worded it wrong... so that N-seconds ago is in milliseconds

 
issah5:

I must have misspoken... so that N-seconds ago is in milliseconds

Set the"N-seconds ago" parameter to 1. You can try to set it to "0".

 
Vladimir Karputov:

Set the"N-seconds ago" parameter to 1. You can try setting it to "0".

I tried both 0 and 1... But it's too much variation....

 
I like this EA...high volume trader for sure. I use it so far on m15 time frame.
 

Hello, I'm testing on the server, and the following problem has arisen: when a lot reaches a size larger than the maximum possible, the robot does not open and writes in the log "broker comment: No money". Is it possible to make it reset the cycle every time it reaches the maximum lot size? When it reaches the maximum, it starts with Lots from the settings.

I also put a parameter in it to work in a certain period of the session, can this be the reason?

 
mason_one:

Hello, I'm testing on the server, and the following problem has arisen: when a lot reaches a size larger than the maximum possible, the robot does not open and writes in the log "broker comment: No money". Is it possible to make it reset the cycle every time it reaches the maximum lot size? When it reaches the maximum, it starts with Lots from the settings.

I also put a parameter in it to work in a certain period of the session, can this be the reason?

The current version is written on outdated cycles of trade request checking. It will not be rewritten anymore.