You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a profit percentage (i.e 2%) and define current price as pivot. Additionally we need the Last filled order: was it a buy or a sell?
Step 2: Explain the Buy Strategy
Basicly buy if we under 2% below the pivot and update the new pivot value
Step 1: Explain the Sell Strategy
Sell if we are above 2% of the pivot and update the new pivot.
Source
The strategy is independent of the dataframes it‘s just a high sell low buy algorithm for those traders who like both coins :) is it possible to access to the order filled history? How would implement this easy strategy?
The text was updated successfully, but these errors were encountered:
This strat only works in a side market. Once the market starts to go up or down, you're going to end up with a lot of overpriced coins and no money (in case of dip) or run out of coins to sell (in case of the rise).
Step 1: What indicators are required?
Define a profit percentage (i.e 2%) and define current price as pivot. Additionally we need the Last filled order: was it a buy or a sell?
Step 2: Explain the Buy Strategy
Basicly buy if we under 2% below the pivot and update the new pivot value
Step 1: Explain the Sell Strategy
Sell if we are above 2% of the pivot and update the new pivot.
Source
The strategy is independent of the dataframes it‘s just a high sell low buy algorithm for those traders who like both coins :) is it possible to access to the order filled history? How would implement this easy strategy?
The text was updated successfully, but these errors were encountered: