The Grinder

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

The Grinder

Postby EZB-Schmarotzer » Mon Nov 04, 2019 5:27 pm

Hello Sir,

here is another code from ProRealtime I would like you to convert into an MQL Expert Advisor.


Thanks for your work :)


__________________________________________

Defparam cumulateorders = false
Defparam flatafter = 180000

n = 1

IF Time = 093000 THEN
haut = highest[2](high)
bas = lowest[2](low)
amplitude = haut - bas
buyer = 0
seller = 0
ENDIF

if Time > 093000 AND Time <= 180000 THEN
IF buyer = 0 THEN
buy n share at haut stop
ENDIF
IF seller = 0 THEN
sellshort n share at bas stop
ENDIF
ENDIF

If longonmarket THEN
buyer = 1
ENDIF

IF shortonmarket THEN
seller = 1
ENDIF

set stop ploss amplitude
EZB-Schmarotzer
 
Posts: 25
Joined: Mon Oct 28, 2019 10:00 am

Re: The Grinder

Postby Apprentice » Wed Nov 06, 2019 8:58 am

Your request is added to the development list.
Development reference 288.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia



Return to Indicator and Signal Requests

Who is online

Users browsing this forum: Google [Bot] and 17 guests