Collaboration Dolly + Isakas + Nina System - page 31

 
 
Nekronfx:
Less trades is always less profit?

I would say

NO,

and i think is your opinion as well ... I am saying NO, based on my trading experiance and looking at those who are on the lead on some of the brokers web sites like : http://www.interbankfx.com/contest/top.php

I would say the less you trade the more money you make.

Spend more time to plan and study your trade, that would give you better return. thats why systems like 10point3 fails and thats why techinical traders have more wins than losses.

Think of it like that ... if you have 10 good trades with 50 pips = 500 pip and no losses per month, better than having 50 good ones with 10 pips still = 500 and 20 losses each one is 5 pips 500-20x5 = 400pips, no one lose only 5 pips cause the spread is min 2 ... anyhow what I want to say if we target more and risk less overall that is better way... this is my personal opinion ... some may disagree

 
ANCOLL:
MrPip, MiniMe, Frantacech,

Thanks a lot for your willingness, I know that I am still learning MQL language, so I cant help too much

I will state the rule for EA more specific and easier to understand

The logic for DIN EA

--------------------------------------------------------------------------------

The Entry for Sell condition, picture attached

1.if the closing candle lower than previous candle then 2, else 6

1.if Bband Stop=red ; Heiken Ashi MA=red then 3, else 6

2.if Fisher m11=red then 4, else 6

3.if StepMA Stoch=crossing red ; Magenta(color) crossing below Aqua(color) then 5 else 6

5. Open SELL 0.1 lot SL=30 trailing stop=15 (this setting changeable)

6. No trade

return (0)

The Entry for Buy condition, picture attached

1.if the closing candle higher than previous candle then 2, else 6

1.if Bband Stop=blue ; Heiken Ashi MA=blue then 3, else 6

2.if Fisher m11=blue then 4, else 6

3.if StepMA Stoch=crossing blue ; Magenta(color) crossing upper Aqua(color) then 5 else 6

5. Open BUY 0.1 lot SL=30 trailing stop=15 (this setting changeable)

6. No trade

return (0)

ANCOLL

Its ok rules. I have small modify.

The Entry for Sell condition, picture attached

Wait on m15 graph on veer trend near up on down - CROSS ZeroLagStoch

If CROSS Zerolagstoch, waiting on correct ISAKAS signal - closing candle

After correct ISAKAS signal M15, first closed candle, waiting on ISAKAS signal on M30, if correct signal, immediately open trade.

This is system open trade after FIRST M15 closed candle, but 1/2 M30 candle, 10 ..15 min. before other. BUT ONLY on FIRST CANDLE, no after x closed candles!!! MOMENTUM and excelent entry.

1.if the closing candle lower than previous candle then 2, else 6

1.if Bband Stop=red ; Heiken Ashi MA=red then 3, else 6

2.if Fisher m11=red then 4, else 6

3.if StepMA Stoch=crossing red ; Magenta(color) crossing below Aqua(color) then 5 else 6

5. Open SELL 0.1 lot SL=30 trailing stop=15 (this setting changeable)

6. No trade

-----

If entry ok, maybe use next entry after 15pip profit with SL at previous order = 15pip and modify previous order SL to breakeven.

After next 15pip profit, next order with SL 15 pip, previous order breakeven and first order sl 15pip profit. etc.

Its martingale with koef, progression =1, BUT reverze - MARTINGALE PROFIT, no loss. Brutal profit if trend ok, still risk only SL one order!

Look picture, do you understand me?

 

@MiniMe

I will try the DIN EA v1.1 once more, and I will give the result, thanks MiniMe

Hmm..

I forgot to included this on the rule

If H4 and D1 = red then Sell else no trade

If H4 and D1 = green then Buy else no trade

(added from MiniMe)

Now let's recap the entry for EA from me, frantacech and MiniMe.

I hope MrPip won't get confused with this.

 

Hi guys!

I send my last ... maybe final... ehm.. for this week... template for ISAKAS

I use ISAKAS M15, ISAKAS M30 and G#MACD DAILY graph.

Regards

Files:
isakas.zip  380 kb
 

Hi MiniMe,

I am wondering if you can post that bband squeeze w/ CCI indicator?

Thanks,

Chris

 
chris1085:
Hi MiniMe,

I am wondering if you can post that bband squeeze w/ CCI indicator?

Thanks,

Chris

It was posted by Nekronfx acouple of pages back and here is the link

https://www.mql5.com/en/forum/176053/page19

its the same as using the bands indictor which you may find the first post as well

 
 
zifx25000:
Dear Sir

we got 2 very qualified programmers on MT4

We can help for free to imporve this Ea

Please send me last version + pack of indicators and inform imporvement U need on this EA (new rules or rules correction)

please post it here on the forum

Kind regards

jer

hi zifx25000

You can find the rule on the first page, that's the update rule...

 
MiniMe:
This is a draft chart to make things easy to understand, I am sure I have missed some peaces and that’s why I need everybody’s help. This is what I think the EA should do, please guys give us your feedback and comments so we can have the right approach to do the EA.

Very nice, good job. This is my languange .

Reason: