@run-out It looks good, thank you.
Best posts made by asdasda
-
RE: How can I get observers records for custom plotting?
Latest posts made by asdasda
-
RE: 'list' object is not callable, FUCK!!!!FUCK!!!!FUCK!!!!
Why is it so hard to create custom indicators! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
-
RE: 'list' object is not callable : Error in Custom Indicator
I had a similar problem, so fuck.
-
RE: 'list' object is not callable : Error in Custom Indicator
I had a similar problem, so fuck.



-
RE: 'list' object is not callable : Error in Custom Indicator
I had a similar problem, so fuck.



-
RE: How can I use different `period` for ADX indicator without develop an custom indicator?
In TradingView, you can use two
period
: -
How can I use different `period` for ADX indicator without develop an custom indicator?
Hey guys, I want to use different
period
forDI
andADX
ofADX
indicator, but the built-inADX
only accept oneperiod
parameter, is there any way to use two differentperiod
without develop an custom indicator? -
RE: cheat-on-close not working?
@ab_trader In my case, cheat-on-close is set to True, but the order.executed.price still is the next bar open price, rather than curr bar close price.
-
RE: Creating Bid/Ask pandas datafeed error
@backtrader This is a common requirement. I don't understand why PandasData doesn't add a custom_ fields parameter to meet this feature.