CanOz
Home runs feel good, but base hits pay bills!
- Joined
- 11 July 2006
- Posts
- 11,544
- Reactions
- 521
Just an observation CanOz and you can take it how you like...
Your analysis and so on seems to be really quite good. But it's better for a longer term time frame than what you seem to be trading.
Would you be better off looking to trade off a slightly longer time frame? i.e. on a 1 - 5 day time frame rather than on intra-day setups.
I understand.
Have you tested moves from EOD data to be able to get on intraday entries for moves on the high probability side?
USDA Apr World Agricultural Supply and Demand Estimates Report (WASDE); USDA Publishes Apr Agriculture Crop Production - Source TradeTheNews.com
Can, did you backtest the double inside bar idea on any contracts?
Besides, what is it going to tell me GB? I'm not looking to take trades off the pattern, only looking for a compression in price, an alert to watch inside the bars for volume breakouts....
CanOz
Double inside bar + volume breakout on a smaller time frame....what else do you need before you pull the trigger? Program it and backtest, yeh? AB has multi time frame analysis, as you know.
I'm quite happy to trade this as a discretionary method.
You can write it up if you like, i will test it for you, or give you some data to test it on.
CanOz
How would you define the volume breakout, and in what time frame? Also, what is the time frame of the 2 inside bars pattern?
I trade something similar for my discretionary trades, but daily bars and >3 bars, with a definite higher low in place. I can't code this myself - beyond my skill level. But I like the pattern.
The inside days or price compressions are EOD. Volume needs to be above some kind of average, well above....
Exited our Silver longs, and we're now short the gold mini from 58, looking for a test of 1440
CanOz
This assumes you have hourly historical data.
TimeFrameSet( inHourly );
Vma = MA(V,12);
Vcond = (V-Vma)/Vma*100>50; //last volume bar is 50% greater than 12 bar hourly MA of volume
TimeFrameRestore();
a = Inside();
aa = a==1;
b = Ref(a,-1)==1;
d = Ref(a,-2)==1;
Buy = Vcond AND a AND b AND d;
Sell = C>0;
Well done man.
What do you think the difference has been?
Spending thousands of dollars on software and indicators, Spending thousands of dollars on PC's and screens, Spending thousands of dollars on system programming and coding....
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?