Difficulties to add a strategy #45
faycalrakza
started this conversation in
Ideas
Replies: 1 comment
-
It isn't too complicated. This is where the indicators are added TradeBot/src/main/java/trading/Currency.java Lines 52 to 54 in 41bb4db Then they get checked here TradeBot/src/main/java/trading/Currency.java Lines 142 to 144 in 41bb4db And the results are checked here TradeBot/src/main/java/trading/Currency.java Lines 135 to 137 in 41bb4db All of the indicators are here https://github.com/markusaksli/TradeBot/tree/master/src/main/java/indicators This is how it currently works but after the rework the config yaml file will contain the indicators you want to use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I created my own indicator in Java. I wanted to use your bot because I like the backtesting functionality. The problem is that I don't find where is the strategy. I thought I would find things like "rsi < 30 buy" etc. Can you do a tutorial to add an indicator ? The strategy is simple, it's just "buy under this price" and "take profit here"
Thanks
Beta Was this translation helpful? Give feedback.
All reactions