• 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 Corti - EA for Correlated Pairs or Cross Currency Triangulations

Mastercool...
I'm confuse with Don't open new orders during this interval and begin trade on monday setting
which GMT time zone corti v.2.22 follow the orders
Thank You sir
 
Thanks to mastercool. Version 2.0 uninstall AUDUSD, USDCAD, Euraud, Eurcad, and apply other default settings。
Demo test results: maximum float-50. Within days of profit closure.
 
Read the documentation to understand it.Follow the telegram channel.
Make Dont trade friday false
Change magic number
Add it in one random chart in a random Timeframe.
Read here to understand it more : https://macrofed.com/category/blog/


Mastercool, could you please talk what can be done to display the "MaxDrawUp" as it shows "MaxDrawDown"?

I have this from version 1.22 which I use.

void UpdateDeck()
{
string objna=system_objects+"MAGIC";
ObjectSetString(ChartID(),objna,OBJPROP_TEXT,"--[SYSTEM : "+IntegerToString(M_Magic)+" ]--");
objna=system_objects+"TRADES_NO";
ObjectSetString(ChartID(),objna,OBJPROP_TEXT,"Trades# : "+IntegerToString(TicketsTotal));
objna=system_objects+"EQUITY";
ObjectSetString(ChartID(),objna,OBJPROP_TEXT,"System EQ : "+DoubleToString(system_profit,2)+"$");
objna=system_objects+"MAX_DD";
ObjectSetString(ChartID(),objna,OBJPROP_TEXT,"MaxDrawDown : "+DoubleToString(max_drawdown,2)+"$");

objna=system_objects+"MAX_DU";
ObjectSetString(ChartID(),objna,OBJPROP_TEXT,"MaxDrawUp : "+DoubleToString(max_drawup,2)+"$");
}
 
This is my review for this thread:
Found this free on Forex Factory.
Nice to see it is here also.
The developer on FF is awesome!
Thinking of supporting him when I get some profit!
 
Some updates about the latest developments.

I have made some changes to Corti to trigger in trends by using an indicator custom made with the original idea from a hedge fund i have been consulting.

If you understand SP500 index, you will understand this too when i publish it late September. Funds use hedge and correlation in their advantage and they have helped me go deeper with Corti.

The results below are less than 24 hours with the FTMO challenge. They need only 2000 in profit, so i will wait the end of the next week for more data.

I have replicated this system in 4 MT4 Demo + 2 Live.

20200918_235941.jpg
 

Attachments

  • 20200918_235941.jpg
    20200918_235941.jpg
    52.2 KB · Views: 601
Some updates about the latest developments.

I have made some changes to Corti to trigger in trends by using an indicator custom made with the original idea from a hedge fund i have been consulting.

If you understand SP500 index, you will understand this too when i publish it late September. Funds use hedge and correlation in their advantage and they have helped me go deeper with Corti.

The results below are less than 24 hours with the FTMO challenge. They need only 2000 in profit, so i will wait the end of the next week for more data.

I have replicated this system in 4 MT4 Demo + 2 Live.

View attachment 124310
:horree:
 
Garbage ea
I totally disagree with you. Corti is not a hands-free EA for set and forget. It's not for lazy folks. You have to play it like a semi-auto, to optimize your win rate. Always use your correlation data from https://www.mataf.net/en/forex/tools/correlation.
I always use my own pairs based on the updated data daily and weekly. When it starts to loose correlation strength, I manually close all trades if there are pending ones, and reset EA with set of new pairs....And I still use all versions 1.23, 2.0 and 2.2 in my two live accounts. So far I cannot complain. Nice little cycled weekly profits.....
 
Last edited:
I totally disagree with you. Corti is not a hands-free EA for set and forget. It's not for lazy folks. You have to play it like a semi-auto, to optimize your win rate. Always use your correlation data from https://www.mataf.net/en/forex/tools/correlation.
I always use my own pairs based on the updated data daily and weekly. When it starts to loose correlation strength, I manually close all trades if there are pending ones, and reset EA with set of new pairs....And I still use all versions 1.23, 2.0 and 2.2 in my two live accounts. So far I cannot complain. Nice little cycled weekly profits.....
Can you share your results pls?
 
Back
Top