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

New EA Amenothes EA

Alc,

How does the Martingale Progression work? is it 0.001, 0.02, 0.03, 0.05......?

Es

Depends on the initial lot

The prizes are increased by X1.66

You take your starting lot, multiply by 1.66 and round up to 0.5 and down to 0.49.

An example: You start with 0.1 lots. 2nd will be 0.05 x1.66 = 0.083 your position will be 0.08 lots, 3rd will be 0.083x1.66 = 0.1328 your position will be 0.13 lots

For a start at 0.01, this gives 0.01, 0.02, 0.03, 0.05, 0.08, 0.13 ect
 
Alc,

On your next upgrade could you consider the ability for the user to add the sequence manually without multiplying with a factor? Merely a manual sequence specified by the user? For example:

0.01, 0.02, 0.03, 0.04, 0.05 0.06, 0.07, 0.08, 0.09, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17 0.18, 0.19 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28 0.29, 0.30

That is 30 manual inputs. They could be in one field separated by a comma or broken down into individual inputs. I have seen this before in another EA I just cannot remember which one...maybe Flex. Check your Flex MQ4 file for the chunk of code.

ES

P.S. If you cannot do the above can we have an input for the multiplier? Maybe I could try 1.1 with an ATR balanced PiPstep causing it to be near impossible for a blow up with a 10K initial balance.

P.P.S. Can anybody share how deep their progressions are going in M30?


Depends on the initial lot

The prizes are increased by X1.66

You take your starting lot, multiply by 1.66 and round up to 0.5 and down to 0.49.

An example: You start with 0.1 lots. 2nd will be 0.05 x1.66 = 0.083 your position will be 0.08 lots, 3rd will be 0.083x1.66 = 0.1328 your position will be 0.13 lots

For a start at 0.01, this gives 0.01, 0.02, 0.03, 0.05, 0.08, 0.13 ect
 
Last edited:
Starting over with H1 and v1.71. If this takes me to a high progression I will try H4. If that doesn't work I will raise the values for the PipStep multiplier and PipStep with the ATR table base value. if new versions of the EA come out I will try to transition over to them.

Forward-Test H1
Time started: 03/25/2021 Start Balance $6,000.00
Balance $6.0000, Profit: +$0, ROI=0%*, Manual Lot=0.01
Estimated $/Mo.**, Estimated %/Mo.***
9 open positions (max lotsize seen 0.03)
Max Floating Drawdown seen: -$131.99 (2.20%****)
Current Drawdown -$1.42
Profit to Max DD (from start bal) seen RATIO: ***** (HWM ) Read Here
Calendar days of Forward-Testing = 1
Demo Amenothes v1.71, 28 Pair, DD_StoplossPct=50.0
MM = off, Manual Lot=0.01, DollarTP=5.0
FloatingTP Pct=0, ATR Balanced PipStep Multiplier & PipStep Click Here for more info


* Profit/Start Bal
**Profit/#of calendar days traded*30
***Profit/#of Calendar Day*30/Start Balance
****Max FloatingDD seen/Start Bal
***** Profit/Max Floating DD seen


ElectricSavant
 
Last edited:
Other test continues to progress

As the entries are completely reviewed, I would open another thread for it with another EA name.

I keep the same logic for EA Amenothes

There will therefore be 2 different EAs to make FT

Sans titre.png
 

Attachments

  • Sans titre.png
    Sans titre.png
    32.2 KB · Views: 205
First take profit;

x.jpg

I will be tempted to 'close all' if we breakeven, to not have anything running on a friday. Sometimes in trading, breakeven is a good trade.
 

Attachments

  • x.jpg
    x.jpg
    191.5 KB · Views: 204
Last edited:
Update version 1.72

Added EndingTradeDay function for Wanted1974
Added CloseEveryhing function for Wanted1974
Adding LotMultiplier function for ElectricSavant
 

Attachments

Added BigHug function for Alcazard.

I will start new version next week. Many thanks for your hardwork and time.
 
Something to think about Alc, perhaps some kind of limit on the number of open positions? Do you want to find yourself with over 100 open positions? If we have a few pairs that are already in high level marty, do we want to continue opening new positions on new pairs?
Some kind of 'jeesh we have a pair with level 7 marty; lets pause on opening other pairs for the moment'.

Again, I am just thinking out loud. You can tell me to shut up and stop with the crazy ideas.
 
Something to think about Alc, perhaps some kind of limit on the number of open positions? Do you want to find yourself with over 100 open positions? If we have a few pairs that are already in high level marty, do we want to continue opening new positions on new pairs?
Some kind of 'jeesh we have a pair with level 7 marty; lets pause on opening other pairs for the moment'.

Again, I am just thinking out loud. You can tell me to shut up and stop with the crazy ideas.

This is already present in the code. EA allows trading on up to 8 pairs out of 28
 
Last edited:
You can turn it off and back on Monday but there seems to have been a bug the last time you did it.

Think about investing in a VPS ^^
 
Back
Top