Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 12978
- Rating:
- Published:
- 2023.04.01 21:47
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Crypto EA for ETH/USD pair.

Find what are the highs and the lows that happened the last 60000 ms

This is a simple EA that will buy/sell pullbacks while managing your given risk parameters. You need to decide on a direction, and the EA will do the rest.

Below you can find a super simple method to create a license based on MT4 account name. Place in your init function: CheckLicense(); The stringLower method makes sure the account name is in lowercase. Then you can check this value with the account name you want to check.