› Forums › Trading Systems Discussion › Stairstep Breakouts indicator and EA
Tagged: SSBO Rossbot Stairstep Breakouts
- This topic has 503 replies, 63 voices, and was last updated 5 years ago by
greentruck.
- AuthorPosts
- January 22, 2017 at 6:54 pm #13515
FXH & XU99: Just a quick note to offer thanks…. RxCape. (formerly TPC23 on FF)
Hey Tom, wow, what a blast from the past! Great hearing from you again; great seeing you hang in there! Take care of SSBO, and SSBO will take care of you. You still in Florida? Listen, if you want, and only if you want, feel free to contact me at circleshow@ the gee place dot com. I’m always around for someone with your longevity and perseverance if I’m needed. Best,
Note to people looking in: This guy was a regular member of my SSBO teaching thread at the FF. So our history together goes back almost six years. Which in Forex years is like 1000. I’m extremely happy to see his comment here today, and to know that after all this time he still considers SSBO his core system for trading FX. Anyone else looking in and wondering whether SSBO has any lasting value should take note.
January 24, 2017 at 4:15 am #13516I’m flattered that you remember. Still in Florida although now single and in a different career. I’ll reach out via email.
Tom
January 29, 2017 at 1:56 am #13519Testing
January 29, 2017 at 2:10 am #13520I was running the Rossbot EA on strategy tester to watch it’s functions to learn how the inputs work. I set Rossbot to reverse logic and a buy trade was placed on the GJ at the bottom of the CZ, price went in my favor to the top of the CZ, but the trade did not close, price moved in my direction by 360 pips but never closed out. It’s my understanding in reverse logic once price reaches the other side the trade is closed, do I need other inputs along with reverse logic for it to work? Where is the SL placed in reverse logic, in the tester a SL was not entered, or was my strategy tester not working right and did not close the trade.
Can I place 2 instances of the Rossbot on two separate charts on the same MT4 platform and set one to take reverse logic trades and the other to take breakout trades?
thanks,
davek
Attachments:
You must be logged in to view attached files.January 29, 2017 at 12:28 pm #13522.@dave
1.look at your stoploss setting
2.you can run two instances…use different magic numbers
February 8, 2017 at 10:40 am #13545Hello xux99,
There is a problem with the NZDUSD currency pair.
If no error then the order is closed with “QuickTakeProfit”.
If the error then the order with the value of the box width is closed.
With NZDUSD the trade is always closed with QuickTakeProfit.Attachments:
You must be logged in to view attached files.February 8, 2017 at 3:01 pm #13547Your attached image shows a short trade that was not closed by QuickTakeProfit, it was closed at the opposte side of the CZ.
February 8, 2017 at 3:24 pm #13548Hello xux99,
I am trying to save the settings found when the SSBO indicator runs it’s AutoOptimize. So I load the indi with autoOp on and then write down the settings it has found, turn off autoOp and reload with the optimised settings input manually but the results are never the same. AutoOptimize shows thousands of postive pips but when these settings are entered manually and AutoOp is off the pips are negative, why is this ?
thank you for your wonderful work.
February 8, 2017 at 4:01 pm #13549Hello xux99
The picture shows a trade closed in the minus. The next trade should close, with Matingal = true, with the pips number of the loss. This is the case for all other pairs of currencies. This is not the case with this currency pair.February 8, 2017 at 4:42 pm #13550Hello xux99
I found the mistake. Sorry was my fault. It was missing Modify TakeProfit.
February 8, 2017 at 4:56 pm #13551Hello xux99 The picture shows a trade closed in the minus. The next trade should close, with Matingal = true, with the pips number of the loss. This is the case for all other pairs of currencies. This is not the case with this currency pair.
I can’t replicate this problem. Try to use the latest version of the indicator, a fixed spread value and make sure you have also copied the EMA filter and MA period settings.
February 18, 2017 at 8:31 pm #13606February 18, 2017 at 11:22 pm #13609Make sure the TradingSession1 value of Rossbot is identical to that of the indicator.
February 19, 2017 at 2:42 am #13610Thanks xux99, they were not identical, off by 2 hrs.
I am really liking your EA and SSBO indicator, I am getting more winning trades than losing trades. Thinking about going live starting with small lot size.
thanks again
February 21, 2017 at 3:35 pm #13611Hello xux99,
Whenever I changed the Magic number with a currency couple, I had problems with the recognition of the current Magic number (in Globale Variablen “F3”). I have a suggestion here for the indicator.Alt:
void OnDeinit (const int reason) {if (! IsTesting ()) {RemoveObjects (GComment);}}
New:
void OnDeinit (const int reason)
{
If (! IsTesting ()) RemoveObjects (GComment);
// –
If (StringFind (“012345”, IntegerToString (reason))> = 0)
{GlobalVariablesDeleteAll (Vs [0] [1] + MagicNumber + “” +0+ “”);}
// –
}What do you think about.
February 21, 2017 at 5:26 pm #13612Your code deletes the previous global variables, I don’t think it would affect the global variables with the new changed magic number. What exactly recognition problem did you encounter?
February 21, 2017 at 11:46 pm #13613Hello xux99,
I have two pictures here to illustrate my problem.Attachments:
You must be logged in to view attached files.February 22, 2017 at 12:33 pm #13626I have added a code that deletes the global variables and updated the indicator.
February 22, 2017 at 1:06 pm #13628Thanks xux99
February 26, 2017 at 11:17 am #13629I have been playing with the ‘AuthorisedSSBODynamicBreakoutBoxFinalEdition’ indicator from FF but for the life of me i can’t replicate the trades it takes with the ‘SSBODynamicBreakoutBox’ indi (with the settings as close as possible). What are the differences between both indictors?
One further quick question, the ‘QuickTakeProfit’ seems to be set for every trade and not just the first. How can i make it only for the first breakout and then a 1:1 for the remaining trade set intervals?
Love all your work by the way…
Cheers
February 27, 2017 at 5:17 pm #13630SSBODynamicBreakoutBox has an improved virtual trades management and therefore the results are different. Set ModifyTakeProfit to true so that QuickTakeProfit is applied to the first trade only.
February 27, 2017 at 8:48 pm #13631Thanks for the reply xux99 however setting ‘ModifyTakeProfit’ to true still doesn’t make it work as shown in the example i have attached. You can see in the bottom left 6 trades (setting is currently on 10) then on the 7th it goes to the ‘QuickTakeProfit’ value and not to a 1:1 value.
-
This reply was modified 9 years, 3 months ago by
Taz.
Attachments:
You must be logged in to view attached files.February 27, 2017 at 9:24 pm #13634Set QuickTakeProfitType to SLMultiplier and QuickTakeProfit to 1. You can’t have a pips based QuickTakeProfit for the first trade and 1:1 ratio for the rest trades.
February 27, 2017 at 9:34 pm #13635So if i do that then all trades, including the first from the breakout within a CZ, have the same TP? If so, then whats the point of the QuickTakeProfit?
So basically you can’t have the first trade within a set have a different TP than the rest of the set like whats in the AuthorisedSSBODynamicBreakoutBoxFinalEdition? I guess that is what i was trying to achieve. Have the first breakout TP set to say 100 pips, then the following trades within the CZ set to 1:1. Is that possible?
February 28, 2017 at 3:11 am #13637It already works this way.
Without seeing the rest of your settings I would guess that your set failed an that last trade is off of a reset.
-
This reply was modified 9 years, 3 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.