הערות שחרור:
Upgraded with options to have enter/exit maximum points on candle closes
Sadly the "Take Profit" points are not working, either there's some Pine Script syntax that I'm not aware of that lets you close percentages of your position (I'm using qty_percent in strategy.exit()) or it's just broken and I can't exactly prove it.
Sadly the "Take Profit" points are not working, either there's some Pine Script syntax that I'm not aware of that lets you close percentages of your position (I'm using qty_percent in strategy.exit()) or it's just broken and I can't exactly prove it.
הערות שחרור:
Cleaned up a few things
הערות שחרור:
Fixed all the Take Profit points to work as expected, this is designed to be offset by a minimal amount for placing limit orders to avoid taker fees
There are some conditions that have exits and entries on the same candle and I'm still working to figure out if those are correct according to the system itself.
For now it's 95% polished for the base functionality
There are some conditions that have exits and entries on the same candle and I'm still working to figure out if those are correct according to the system itself.
For now it's 95% polished for the base functionality
הערות שחרור:
Small fix on the SAR Exit conditions, combined them because if they aren't used this way then the SAR can flip but the exit point can be missed
It's a small detail of calculation but it improved some of my results up to +50%!
It's a small detail of calculation but it improved some of my results up to +50%!
הערות שחרור:
Features Added:
- Ability to enable/disable longs or shorts
- SMA Threshold to plot if the current trend is above or below to signal a trend towards longs or shorts
הערות שחרור:
Fix some weird issue when only enabling just short or long that would stop the order chain from continuing past the first dozen or so which was throwing off results
הערות שחרור:
Cleanup on input numbers and SMA start point as well as exit conditionals
הערות שחרור:
Fix default input values and strategy defaults, SAR exit order on strategy, etc.
הערות שחרור:
Default change