Disclaimer
*HYPOTHETICAL OR SIMULATED PERFORMANCE RESULTS HAVE CERTAIN INHERENT LIMITATIONS. UNLIKE AN ACTUAL PERFORMANCE RECORD, SIMULATED RESULTS DO NOT REPRESENT ACTUAL TRADING. ALSO, SINCE THE TRADES HAVE NOT ACTUALLY BEEN EXECUTED, THE RESULTS MAY HAVE UNDER- OR OVERCOMPENSATED FOR THE IMPACT, IF ANY, OF CERTAIN MARKET FACTORS, SUCH AS LACK OF LIQUIDITY. SIMULATED TRADING PROGRAMS IN GENERAL ARE ALSO SUBJECT TO THE FACT THAT THEY ARE DESIGNED WITH THE BENEFIT OF HINDSIGHT. NO REPRESENTATION IS BEING MADE THAT ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PROFITS OR LOSSES SIMILAR TO THOSE SHOWN. See full disclaimer on the menu or at
https://www.tranquilitytrading.com/disclaimer/. BeWater, LLC
Cesar, on Exits, will we be trading on next day Open, as with the Entries?
I cleared up the rules above. Tell me if it is clera now.
Very good results
They are better than I expected
Ranking is “from lowest to highest 100-day historical volatility”, but what I see in your Amibroker exploration code is this:
Questions:
1.) Why do you use log(C/Ref(C,-1)) instead of just
First of all StDev of returns should be sufficient. Annualisation (which is a multiplication by a static component at the end) should not impact the ranking.
2.) As AmiBroker internally prefers PositionScores with higher score, the code will actually give preference to higher volatility, which is confusing as the rule text says “from lowest to highest”.
This “from lowest to highest 100-day historical volatility” is a typo above. it has been corrected to be from “highest to lowest.” The backtesting was done with “highest to lowest”
Yes, I could have used your simplified formula. It is equivalent for ranking. I am frequently using historical volatility in my strategies and simply used that formula.
Hi Cesar, any chance to get the trade list for one of the configurations for this one in order to compare it to my results? Thanks!
Sure. I sent you email
Hi, great video. I like simple strategies.
I always find the Excel spreadsheets interesting. Maybe a silly question but is there a tutorial somewhere on how you create them? That would be awesome.
Sorry but there isn’t. The custom metrics are added in AmiBroker CBT. Then I hide all the columns I am not interested in
Okay, that’s too bad. Nevertheless, thank you for the answer.