What do I want to create – I want to be alerted when all three of the following time frames have both indicators outside of certain parameters at the same time. (all above or all below) 4 HR 1HR 15MIN RSI (13,close) High value 70.00 Low Value 30.00 Full Stoch (33,22,11) High Value 80.00 and Low Value 20.00 Alert when 4HR FS and RSI outside of channels -(all above or all below) 1HR FS and RSI outside of channels -(all above or all below) 15min FS and RSI outside of channels -(all above or all below)
0条回答
相关问题
- Is “new” in Erlang part of the official standard a
- An error is issued by gcc relative to parsing type
- Why does c++ have its separate syntax for new & de
- How large is the attributes can a class object hol
- Why the overriden `operator new` isn't called?
相关文章
- DI container, factory, or new for ephemeral object
- React/RCTBridgeDelegate.h' file not found
- Why can't I use virtual/override on class vari
- instantiate class from class object
- Why compilers do not assign NULL to pointer variab
- When is the constructor called by 'new' op
- C++ new int[0] — will it allocate memory?
- operator new with empty exception-specification ca