지표 개발 주문 - Uploading data to a website - 새

주문 생성

카테고리

인기있는 기술

전체 Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules Uploading data to a website
2 모든 언어의 새 작업
분류:
Resistance level (개인 작업)
500+ USD
Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI Stochastic Oscillator
30+ USD
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","