Mr Nisit Noijeam / Profil
- Bilgiler
2 yıl
deneyim
|
19
ürünler
|
29
demo sürümleri
|
0
işler
|
6
sinyaller
|
10
aboneler
|
กลยุทธ์ HFT Hedging แบบปรับลอตเพิ่ม ตั้งต้นด้วยสถานะสองฝั่ง (Long และ Short) ในการ Hedging คุณจะเปิดสถานะทั้งฝั่ง Long และ Short พร้อมกันในตราสารเดียวกันเพื่อป้องกันความเสี่ยงจากการเคลื่อนไหวในทิศทางใดทิศทางหนึ่ง คุณจะเริ่มเปิดสถานะโดยใช้ลอตต่ำที่สุด เพื่อทดสอบทิศทางการเคลื่อนไหวของตลาด ใช้เงื่อนไขในการเปิดสถานะเพิ่มเติม (ปรับลอตเพิ่ม) เมื่อสถานะหนึ่งขยับเข้าใกล้เป้าหมายกำไร (Take Profit หรือ TP) หรือเริ่มเข้าเขตทำกำไร (เช่น เมื่อ ATR หรือ ค่า Technical Indicator อื่นๆ
OIL Product setting Define maximum allowed slippage as an input parameter (กำหนดค่า Slippage สูงสุดที่ยอมรับได้) ค่าที่ตั้งไว้: 50 อธิบาย: กำหนดความแตกต่างสูงสุดระหว่างราคาที่คาดว่าจะได้ซื้อขายกับราคาจริงที่เกิดขึ้นเพื่อป้องกันการซื้อขายที่เกิดขึ้นในราคาที่ไม่ต้องการ Enable buy orders (เปิดให้รับคำสั่งซื้อ) ค่าที่ตั้งไว้: true อธิบาย: กำหนดว่าจะเปิดใช้งานการซื้อ (Buy Orders) หรือไม่ ถ้า true แสดงว่าเปิดการซื้อขาย Initial price for red line (ราคาเริ่มต้นสำหรับเส้นแดง) ค่าที่ตั้งไว้: 85.0
A grid trading strategy is a method used in financial markets, particularly in forex trading, that involves placing buy and sell orders at regular intervals above and below a set price level. This creates a grid-like pattern of orders on the chart, hence the name "grid trading." Here’s a detailed explanation: Grid Trading Strategy Basic Concept : Grid trading is designed to capitalize on market volatility. The strategy works best in ranging or sideways markets, where prices fluctuate within a
Code Components and Functionality: Basic Information #property : Used to define the EA properties like copyright, link, version, and description. input : Parameters that users can customize in the EA, such as enabling/disabling buy/sell orders, price levels, take profit points, lot sizes, etc. Main Functions OnInit() : Executes when the EA is initialized. It creates a label on the chart and draws red lines at specified price levels (Red Line). OnDeinit(const int reason) : Executes when the EA is